Int64NINumericInt64NBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int64N INumeric<Int64N>.BitwiseComplement()
Private Function BitwiseComplement As Int64N
Implements INumeric(Of Int64N).BitwiseComplement
private:
virtual Int64N BitwiseComplement() sealed = INumeric<Int64N>::BitwiseComplement
private abstract BitwiseComplement : unit -> Int64N
private override BitwiseComplement : unit -> Int64N
Int64NA bitwise complement of the current value.
INumericTSelfBitwiseComplement